home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 26 / CU Amiga Magazine's Super CD-ROM 26 (1998)(EMAP Images)(GB)[!][issue 1998-09].iso / CUCD / PowerPC / 680x0-Libraries / CyberMap.doc < prev    next >
Text File  |  1998-07-11  |  963b  |  52 lines

  1. CyberMap is a quick hack to provide the ability to load kickstart rom
  2. files resident.
  3.  
  4. "FILE,ROM/S,A3640/S,MK1/S,MK2/S,MK3/S,BLIZZPPC/S,FORCE/S,PATCH/S,PATCHMAC/S,PATCHSCSI/S,SUMKICK/S,DELAY/N/K,VERBOSE/S";
  5.  
  6. are the options. It does an autodetect of the boards if you
  7. don`t specify a certain board. If it can`t detect a board it
  8. assumes A3640/MK1
  9.  
  10. A3640
  11.  A3640
  12.  
  13. MK1
  14.  CyberStorm MK1
  15.  
  16. MK2
  17.  CyberStorm MK2
  18.  
  19. MK3
  20.  CyberStorm MK3 and PPC 
  21.  
  22. BLIZZPPC
  23.  Blizzard PPC 
  24.  
  25. PATCH
  26.  disable the IDE controller
  27.  
  28. PATCHMAC
  29.  start memory allocation from 0x4000, so
  30.  prepareemul isn`t needed anymore
  31.  
  32. PATCHSCSI
  33.  should disable the scsi.device resident module
  34.  with the effect that the A4000 IDE scsi.device
  35.  or A3000 scsi device aren`t initated.
  36.  
  37. SUMKICK
  38.  builds a new sum for a kickstart
  39.  
  40. FORCE
  41.  also maps a kickstart file with the same version.
  42.  
  43. DELAY
  44.  delay the reset by x seconds
  45.  
  46. ROM
  47.  only map the current rom again.
  48.  Not faster or slower than rom2fast.
  49.  
  50. VERBOSE
  51.  get more output
  52.